Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGeometry2D Class / Rotate Method / Rotate(NPointD[],Double,NPointD) Method
An array of points.
Rotation angle (in Radians).
Rotation pin point.


In This Topic
    Rotate(NPointD[],Double,NPointD) Method
    In This Topic
    Rotates the specified array of points around the specified pin point.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Rotate( _
       ByVal points() As NPointD, _
       ByVal angle As System.Double, _
       ByVal pin As NPointD _
    ) 
    'Usage
     
    
    Dim points() As NPointD
    Dim angle As System.Double
    Dim pin As NPointD
     
    NGeometry2D.Rotate(points, angle, pin)
    public static void Rotate( 
       NPointD[] points,
       System.double angle,
       NPointD pin
    )

    Parameters

    points
    An array of points.
    angle
    Rotation angle (in Radians).
    pin
    Rotation pin point.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also